diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-11 23:54:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-11 23:54:39 +0900 |
| commit | c2fe9a6b1f39f0c326ba9d2c8b0fecf385ac4c22 (patch) | |
| tree | 77140c8c6050efe0ca2e6a0b78ff36fae4f4de24 /config/waybar/configs/[TOP] Everforest | |
| parent | d8d711c0ba3e0b8337ddaef28bbb167977ac624d (diff) | |
Separated waybar workspaces modules to "shorten" a bit the main waybar modules file
Diffstat (limited to 'config/waybar/configs/[TOP] Everforest')
| -rw-r--r-- | config/waybar/configs/[TOP] Everforest | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest index 326764cb..67cf09c4 100644 --- a/config/waybar/configs/[TOP] Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -3,7 +3,10 @@ // ### Everforest ### // { -"include": "~/.config/waybar/modules", +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + ], "layer": "top", //"mode": "dock", "exclusive": true, @@ -24,7 +27,6 @@ // "mpris", "custom/swaync", "tray", - "mpris", ], "modules-center": [ "clock#forest", |
